﻿2026-06-02T10:15:14.0514140Z ##[group]Run actions/checkout@v4
2026-06-02T10:15:14.0515076Z with:
2026-06-02T10:15:14.0515542Z   repository: SaberMage/spt-core
2026-06-02T10:15:14.0519810Z   token: ***
2026-06-02T10:15:14.0520783Z   ssh-strict: true
2026-06-02T10:15:14.0521260Z   ssh-user: git
2026-06-02T10:15:14.0521711Z   persist-credentials: true
2026-06-02T10:15:14.0522202Z   clean: true
2026-06-02T10:15:14.0522657Z   sparse-checkout-cone-mode: true
2026-06-02T10:15:14.0523181Z   fetch-depth: 1
2026-06-02T10:15:14.0523610Z   fetch-tags: false
2026-06-02T10:15:14.0524053Z   show-progress: true
2026-06-02T10:15:14.0524501Z   lfs: false
2026-06-02T10:15:14.0524911Z   submodules: false
2026-06-02T10:15:14.0525402Z   set-safe-directory: true
2026-06-02T10:15:14.0526231Z ##[endgroup]
2026-06-02T10:15:14.2201276Z Syncing repository: SaberMage/spt-core
2026-06-02T10:15:14.2211417Z ##[group]Getting Git version info
2026-06-02T10:15:14.2214779Z Working directory is '/home/runner/work/spt-core/spt-core'
2026-06-02T10:15:14.2228701Z [command]/usr/bin/git version
2026-06-02T10:15:14.2339647Z git version 2.54.0
2026-06-02T10:15:14.2370556Z ##[endgroup]
2026-06-02T10:15:14.2389145Z Temporarily overriding HOME='/home/runner/work/_temp/f55376c8-a62b-46ad-a4ab-daf7f71c1f61' before making global git config changes
2026-06-02T10:15:14.2392705Z Adding repository directory to the temporary git global config as a safe directory
2026-06-02T10:15:14.2397447Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spt-core/spt-core
2026-06-02T10:15:14.2480875Z Deleting the contents of '/home/runner/work/spt-core/spt-core'
2026-06-02T10:15:14.2486825Z ##[group]Initializing the repository
2026-06-02T10:15:14.2491612Z [command]/usr/bin/git init /home/runner/work/spt-core/spt-core
2026-06-02T10:15:14.2603214Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-02T10:15:14.2605914Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-02T10:15:14.2608587Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-02T10:15:14.2610660Z hint: call:
2026-06-02T10:15:14.2612262Z hint:
2026-06-02T10:15:14.2614141Z hint: 	git config --global init.defaultBranch <name>
2026-06-02T10:15:14.2616580Z hint:
2026-06-02T10:15:14.2618147Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-02T10:15:14.2620745Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-02T10:15:14.2622457Z hint:
2026-06-02T10:15:14.2624239Z hint: 	git branch -m <name>
2026-06-02T10:15:14.2627591Z hint:
2026-06-02T10:15:14.2629330Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-02T10:15:14.2631941Z Initialized empty Git repository in /home/runner/work/spt-core/spt-core/.git/
2026-06-02T10:15:14.2637058Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-02T10:15:14.2678431Z ##[endgroup]
2026-06-02T10:15:14.2681098Z ##[group]Disabling automatic garbage collection
2026-06-02T10:15:14.2685601Z [command]/usr/bin/git config --local gc.auto 0
2026-06-02T10:15:14.2850362Z ##[endgroup]
2026-06-02T10:15:14.2851919Z ##[group]Setting up auth
2026-06-02T10:15:14.2854984Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-02T10:15:14.2858841Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-02T10:15:14.3329069Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-02T10:15:14.3334581Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-02T10:15:14.3565816Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-02T10:15:14.3601740Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-02T10:15:14.3859331Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-02T10:15:14.3901588Z ##[endgroup]
2026-06-02T10:15:14.3903471Z ##[group]Fetching the repository
2026-06-02T10:15:14.3912568Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a32b0710dae8e0be0da7068203f8c2dc9d17f58b:refs/remotes/origin/dev-freeform
2026-06-02T10:15:14.8642417Z From https://github.com/SaberMage/spt-core
2026-06-02T10:15:14.8645769Z  * [new ref]         a32b0710dae8e0be0da7068203f8c2dc9d17f58b -> origin/dev-freeform
2026-06-02T10:15:14.8684910Z ##[endgroup]
2026-06-02T10:15:14.8687384Z ##[group]Determining the checkout info
2026-06-02T10:15:14.8690340Z ##[endgroup]
2026-06-02T10:15:14.8693581Z [command]/usr/bin/git sparse-checkout disable
2026-06-02T10:15:14.8745874Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-02T10:15:14.8778543Z ##[group]Checking out the ref
2026-06-02T10:15:14.8783644Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-02T10:15:14.8932362Z Switched to a new branch 'dev-freeform'
2026-06-02T10:15:14.8935651Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-02T10:15:14.8942158Z ##[endgroup]
2026-06-02T10:15:14.8986976Z [command]/usr/bin/git log -1 --format=%H
2026-06-02T10:15:14.9016321Z a32b0710dae8e0be0da7068203f8c2dc9d17f58b
